home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group98a.txt / 000178_icon-group-sender _Thu Apr 23 19:05:43 1998.msg < prev   
Internet Message Format  |  2000-09-20  |  1KB

  1. Return-Path: <icon-group-sender>
  2. Received: from kingfisher.CS.Arizona.EDU (kingfisher.CS.Arizona.EDU [192.12.69.239])
  3.     by baskerville.CS.Arizona.EDU (8.8.8/8.8.7) with SMTP id TAA28738
  4.     for <icon-group-addresses@baskerville.CS.Arizona.EDU>; Thu, 23 Apr 1998 19:05:42 -0700 (MST)
  5. Received: by kingfisher.CS.Arizona.EDU (5.65v4.0/1.1.8.2/08Nov94-0446PM)
  6.     id AA06383; Thu, 23 Apr 1998 19:05:40 -0700
  7. Message-Id: <353F9415.83BD5C5B@globalnet.co.uk>
  8. Date: Thu, 23 Apr 1998 20:18:45 +0100
  9. From: Derek Paul Freeman-Jones <dpfj@globalnet.co.uk>
  10. X-Mailer: Mozilla 4.01 [en] (Win95; I)
  11. Mime-Version: 1.0
  12. To: icon-group@optima.CS.Arizona.EDU
  13. Subject: Using icon pipe features
  14. X-Priority: 3 (Normal)
  15. Content-Type: text/plain; charset=us-ascii
  16. Content-Transfer-Encoding: 7bit
  17. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  18. Status: RO
  19. Content-Length: 437
  20.  
  21. icon-group,
  22.  
  23. I need to extend the functionality of the procedure 'open' when running
  24. a process eg.
  25.  
  26. pipe_in := open ( "/usr/bin/ls", "p" )
  27.  
  28. at present the process can only be opened for reading OR writing. Has
  29. anyone done any development work on enabling the process to be BOTH
  30. written to and read from?
  31.  
  32. I don't if I have to write a new procedure to plug in to Icon 'popen'
  33. for example.
  34.  
  35. Many thanks in advance.
  36.  
  37.  
  38. Derek Freeman-Jones
  39.  
  40.